# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
MANIFEST

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

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

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

# Distribution
*.spec

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Reports (generated output — do not commit)
*.report.md
*.report.json
report.md
report.json
reports/

# Secrets
.env
.env.local
.env.*.local
*.key
*.pem

# Logs
*.log
logs/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# ruff
.ruff_cache/

# GTM strategy — not for public repo
launch/cold-email-targets.md
