blob: 36310da880cdac880cd817bcbdfd0f3187055707 [file] [log] [blame]
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
install/
build/
dist/
*.egg-info/
# Virtual environments
venv/
env/
ENV/
# Compiled Python files
*.pyc
*.pyo
# Jupyter Notebook specific
.ipynb_checkpoints/
# Testing
.coverage
.tox/
.pytest_cache/
# Editors
.vscode/
.idea/
# Miscellaneous
*.bak
*.swp
*.tmp
.DS_Store
# Environment-specific files
.env
.env.local
.env.*.local
# Logs and databases
*.log
*.sqlite3
*.db
# Compiled languages
*.dll
*.exe
*.o
*.obj
*.so
*.dylib
# Binary packaging
*.egg
*.egg-info
*.whl