You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
317 B
Plaintext
34 lines
317 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info/
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
dist/
|
|
lib/
|
|
include/
|
|
node_modules/
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
venv/
|
|
.vscode/
|
|
|
|
# Local testing and notes
|
|
config
|
|
config/
|
|
media
|
|
media/
|
|
npm-debug.log
|
|
NOTES
|
|
coverage/
|
|
dist/
|
|
tools/
|
|
|
|
# Apple
|
|
.DS_Store
|