# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
.eggs
*.egg-info
*.egg
.mypy_cache
.ruff_cache
.pytest_cache

# IDE
.vscode
.idea
*.swp
*.swo

# Project artifacts
results/
.coverage
htmlcov/
dist/
build/

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Misc
*.log
.env
.DS_Store
