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

# Virtual environments
venv/
env/
.venv/

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

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo

# Environment variables
.env
.env.local

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Jupyter Notebooks
.ipynb_checkpoints/

# mypy / type checking
.mypy_cache/

# OS files
.DS_Store
Thumbs.db
