efast-phenocam-validation/.gitignore
Felix Delattre 8e7fb1de18 foo
2026-04-01 16:17:46 +02:00

44 lines
383 B
Text

# Project data
data/*
webapp/data
# Environment
.env
.venv
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
# Linting & type checking
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
# Distribution / packaging
build/
dist/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db