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

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

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml
.hypothesis/

# Linters / type checkers
.mypy_cache/
.ruff_cache/
.dmypy.json

# qa-dashboard generated output
captures/

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Local secrets
.env
.env.local
.envrc

# mitmproxy artifacts
.mitmproxy/
