# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.eggs/

# Tests & coverage
tests/
.pytest_cache/
.coverage
htmlcov/

# Dev / tooling
.env
.env.*
*.md
*.sh
pyproject.toml
sonar-project.properties
.git/
.gitignore
.venv/
venv/

# Docker
Dockerfile
.dockerignore
