# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
venv/
env/
.venv

# PyCharm
.idea/
.run

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Environment variables
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Temporary files
*.swp
*.swo
*~
*.tmp
site
