# Git
.git
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.coverage.*
.cache/
nosetests.xml
coverage.xml
*,cover
.mypy_cache/
.ruff_cache/

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

# UV
uv.lock
.python-version

# IDE
.idea/
.vscode/
*.swp
*.swo
.cursor/
.qoder/

# Environment files
.env
.env.*
!.env.example

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Documentation
docs/

# Tests
tests/
test_*.py

# MCP config files
.cursor/mcp.json
.vscode/mcp.json
