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

# Virtual environments
venv/
.venv/
env/

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

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

# Type checking & linting
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# Environment
.env
.env.local

# OS
*.DS_Store
Thumbs.db
