# Virtual environments
.venv/
venv/
env/

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

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

# Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

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

# Qodacode local config (may contain API keys)
.qodacode/config.json
.qodacode/credentials.json
.qodacode/crash.log

# OS
.DS_Store
Thumbs.db
