efast-phenocam-validation/.gitignore
2025-12-18 08:53:29 +01:00

43 lines
371 B
Text

# Project data
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