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

# Python artifacts
__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

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

# IDE
.vscode/settings.local.json
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
*.log

# Credentials and secrets
.env
.env.*
*.pem
*.key
*secret*.json
*credential*.json
*token*.txt
.pypirc

# AI session tracking (optional - uncomment if you don't want to track these)
# ai_docs/
