# Python
__pycache__/
*.py[cod]
*.pyo
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
venv/
.venv/
env/

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

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

# Agent VCR runtime
.vcr/
*.vcr
manifest.json

# OS
.DS_Store
Thumbs.db

# Misc
*.log
.env
