# 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

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover

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

# Documentation
docs/_build/

# Jupyter
.ipynb_checkpoints

# AWS
.aws/
cdk.out/
cdk-outputs.json

# OS
.DS_Store
Thumbs.db

# Secrets (NEVER commit these)
*.pem
*.key
.env.local
.env.production
secrets/
credentials/

# Local data
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Build artifacts
*.whl
*.tar.gz

# CDK
infrastructure/cdk.out/

# Lambda layers
infrastructure/lambdas/layers/**/python/

# Website (Next.js)
website/node_modules/
website/.next/
website/.env.local
website/.env.production

# Session files
aicippy_session_*.json
tests/logs/
