This commit is contained in:
keemsisi 2025-09-20 16:29:28 +01:00 committed by GitHub
commit b8ac456069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 3 deletions

34
.gitignore vendored
View File

@ -1,9 +1,37 @@
env/
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
build/
dist/
# Virtual environments
.env
env/
.venv
venv/
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Data files
*.csv
# Project specific
src/
eval_results/
eval_data/
*.egg-info/
.env