# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
.installed.cfg
lib/
lib64/
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/

# Secrets — never commit API keys
.env.local
config.toml
*.toml.local

# Testing
.tox/
.coverage
.coverage.*
.cache
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover

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

# Distribution
*.whl
*.tar.gz

# ThreatPivot cache
threatpivot_cache.db
*.db

# Docs build
docs/_build/
