# Python virtual environment
.venv/
venv/
env/
.env.local
.env

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

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

# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Local scripts
work_scripts/

*.log
