# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Linter caches
.ruff_cache/

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

# IDEs
.vscode/
.idea/

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

# Logs and temporary files
*.log
*.bak
*.tmp

# Sensitive files - NEVER commit these
.env
.env.local
*.key
*_key.*
*_secret*
*.pem
credentials.json
.secrets/

# Project specific
*.pyc
.sisyphus/

# AI Agent configuration
AGENTS.md
conversations/
