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

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

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

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

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env
.env.local
.env.*.local
.api_keys_test.txt

# Smart Scaffold config (may contain tokens)
smart_scaffold_config.json
!smart_scaffold_config.example.json

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/
*.log.*

# Temporary files
*.tmp
*.bak
*.backup
*.backup_*
temp/
tmp/

# Documentation builds
docs/_build/
site/

# Security
*.pem
*.key
secrets/
credentials/

# MacOS
.DS_Store
.AppleDouble
.LSOverride

# Redis dumps
dump.rdb

# Docker
.docker/
docker-compose.override.yml

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/
