# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type Checking
.pytype/
.mypy_cache/
.dmypy.json
dmypy.json
pyrightconfig.json

# Documentation
docs/_build/
site/

# Logs
*.log
logs/

# Local configuration
config/local.yaml
*.local.yaml

# Temporary files
*.tmp
.cache/
tmp/

# Environment variables
.env
.envrc
