Files
padelnomics/padelnomics/.gitignore
2026-02-11 14:53:09 +01:00

38 lines
273 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.uv/
# Environment
.env
.env.local
# Database
*.db
*.db-shm
*.db-wal
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
# Build
dist/
build/
*.egg-info/