generated from Labyricorn/labyricorn-project-template
26 lines
325 B
Plaintext
26 lines
325 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.class
|
|
|
|
# Environments
|
|
.venv/
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# Caches and builds
|
|
.cache/
|
|
build/
|
|
dist/
|
|
|
|
# Operating system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary and editor files
|
|
*.swp
|
|
*~
|
|
# Locally supplied external exhibits; never vendor them into NGN.
|
|
/test-fixtures/local/
|