efast-phenocam-validation/.gitignore
2026-06-10 14:18:06 +02:00

43 lines
433 B
Text

# Generated caches and downloads (regenerate via pipeline steps)
data/
# Environment and secrets
.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