more gitignore work
This commit is contained in:
parent
a75659fa30
commit
6be4a1b09e
1 changed files with 29 additions and 3 deletions
32
.gitignore
vendored
32
.gitignore
vendored
|
|
@ -1,6 +1,32 @@
|
|||
venv
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Distribution / packaging
|
||||
dist/
|
||||
build/
|
||||
TimeLogix.spec
|
||||
TimeLogix.app/
|
||||
|
||||
# SQLite Database
|
||||
timelogix.db
|
||||
|
||||
#pyinstaller
|
||||
*.onefile
|
||||
*.app
|
||||
|
||||
# Environments
|
||||
.env
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# General
|
||||
*~
|
||||
*.swp
|
||||
*.DS_Store
|
||||
*.csv
|
||||
*.pdf
|
||||
*.txt
|
||||
*.db
|
||||
__pycache__
|
||||
*.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue