# Virtual environments
.env/
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Nonfree test samples (real game data, not distributable)
src/toto/tests/**/nonfree/
