# Git
.git/
.gitignore

# 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*/
.env/
venv/
ENV/
env/
.virtualenv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.cache
pytestdebug.log
test-report.html
pytest.log

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

# Ruff
.ruff_cache/

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

# AWS
.aws-sam/
packaged*.yaml
sam-installation/

# Documentation (will be generated in container)
/docs/
/site/

# Jupyter
.ipynb_checkpoints/
*.ipynb

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

# Logs
*.log
logs/

# Project-specific
test-output/
test-docs/
reports/
bandit-report.json
safety-report.json
semgrep-report.json
pip-audit-report.json
license-report.json
license-report.html
license-compatibility.json
license-compatibility.html
security-reports.html

# CI/CD
.github/

# Docker
docker-compose.override.yml
.dockerignore

# Local configuration
.env
.env.*
!.env.example

# Claude Code settings (local overrides)
.claude/settings.local.json
