efast-phenocam-validation/.gitignore
Felix Delattre e3af4bf2f4 foo
2026-05-29 08:41:44 +02:00

47 lines
No EOL
399 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
AGENTS.md
.vibe