# Git
.git
.gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.idea/
.vscode/
*.swp

# Environment
.env
.env.local
config.json

# Documentation
*.md
!README.md

# Other
Makefile
.ruff_cache/
tests/
