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

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

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

# Type checking
.mypy_cache/
.ruff_cache/

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

# CDK
cdk.out/
cdk.context.json

# Lambda
*.zip

# Environment / Secrets
.env
.env.local
.env.*.local
*.pem
*.key
secrets.yml

# Distribution
dist/
*.tar.gz
*.whl


# Demo projects (generated, not tracked)
demos/
