# Project-specific directories | |
Documents/ | |
Image/ | |
Images/ | |
# Environment variables | |
.env | |
.env.* | |
# Python virtual environments | |
.venv/ | |
venv/ | |
ENV/ | |
env/ | |
# Python bytecode | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
# Distribution / packaging | |
dist/ | |
build/ | |
*.egg-info/ | |
*.egg | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
.hypothesis/ | |
.pytest_cache/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# IDE specific files | |
.idea/ | |
.vscode/ | |
*.swp | |
*.swo | |
*~ | |
.DS_Store | |
# Logs | |
logs/ | |
*.log | |
# Local development settings | |
instance/ | |
.webassets-cache | |
# Dependency directories | |
node_modules/ | |
# Compiled Python modules | |
*.pyc | |
*.pyo | |
*.pyd | |
# Temporary files | |
*.bak | |
*.tmp | |
*.temp | |