first commit
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Build artifacts
|
||||
debian/finish/
|
||||
debian/.debhelper/
|
||||
debian/files
|
||||
debian/*.log
|
||||
debian/*.substvars
|
||||
*.deb
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Logs and cache
|
||||
finish.log
|
||||
~/.finish/
|
||||
*.cache
|
||||
__pycache__/
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
temp/
|
||||
dist/
|
||||
Reference in New Issue
Block a user