# Git
.git
.gitignore

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

# Virtual Environment
venv/
.venv/
.env.antigravity
.env.dev
.env.test

# Testing & Coverage
.coverage
.coveragerc
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage.xml

# Logs
*.log
logs/
apm/

# IDE
.vscode/
.idea/
.cursor/

# Node
node_modules/
npm-debug.log
yarn-error.log

# System
.DS_Store

# Local artifacts
artifacts/
tmp/
legacy/
backups/
