# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/

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

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

# Git
.git/
.gitignore

# Documentation
docs/
ai-docs/
*.md
!README.md

# Build artifacts
build/
dist/
*.egg-info/

# Local config
.env
.env.local
config.local.yaml

# macOS
.DS_Store

# Scratch files
scratch/
