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

# Virtual Environments
.venv*/
.venv-linux/
.env/
venv/
ENV/
env/
.virtualenv/

# Environment Variables
.env
!.env.example

# Secrets / certificates
*.pem
*.key
*.crt

# uv
# uv.lock is committed for reproducible builds

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.cache
pytestdebug.log

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# AWS
.chalice/deployments/
.chalice/venv/
.aws-sam/
packaged*.yaml
/packaged-testing.yaml
sam-installation/

# Documentation
/docs/
/site/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.tmp

# Logs
*.log
logs/
pip-log.txt
pip-delete-this-directory.txt

# Legacy/Other
.c9/
sdk/
.run/

# Claude Code
.claude/settings.local.json

# Project-specific test artifacts
pytest.log
test-report.html
bandit-report.json
bandit-results.txt
safety-report.json
safety-results.txt
semgrep-report.json
pip-audit-report.json
pip-audit-results.txt
dependencies-before.txt
dependencies-after.txt
security-results.md
license-report.json
license-report.html
license-compatibility.json
license-compatibility.html
security-reports.html
*.json.log

# Project-specific directories
test-output/
test-docs/
report.html

# Additional tool artifacts (may be generated by future tools)
.nox/
.tox/
.benchmark/
.prof/
prof/
.mutmut-cache/
mutmut-results.html
html/
.hypothesis/
.bandit
bandit.yaml
.pylint.d/
pylint-report.txt
mypy-report/
ruff-report.json
reports/
.current-work
