# Python compile and backup files
*.pyc
*.py.bak
__pycache__/

# Build and deploy
build/
dist/
*.egg-info/
node_modules/

# Virtual envs
.venv/
venv/

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache
test-reports/
py2to3cov/

# Lint / tool caches
.ruff_cache/
.mypy_cache/
.tox/

# Misc
.idea/
.vscode/
.DS_Store
.python-version
