# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
env/
venv/

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.coverage
.cache/
.tox/
nosetests.xml
coverage.xml
*.cover
*.log

# Pytest cache
.pytest_cache/

# Environment variables / secrets
.env
.env.*

# IDE configs
.vscode/
.idea/
*.code-workspace

# Docker-related
*.pid
*.sock
*.db
docker-compose.override.yml

# System files
.DS_Store
Thumbs.db
ehthumbs.db

# Other files
notes.md
.tmp/
.dev/test/results/