33 lines
No EOL
303 B
Text
33 lines
No EOL
303 B
Text
# 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
|
|
*.deb |