# Environment variables and secrets
.env
!.env.example
.envrc

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg
*.whl

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

# Development tools cache
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/

# Testing and coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
coverage.json

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

# OS
.DS_Store
Thumbs.db

# Databases  
*.db
*.sqlite
*.sqlite3
data/

# Logs
logs/
*.log

# Temporary files and directories
tmp/
temp/
backup/
backups/

# Project specific
codebase.md
dependency-scan.json
.cache_ggshield

# Development artifacts
test-workspace/
test-local/
test-workspace-fix/
test-workspace-validation/
docker-migration-backup-*/