updated git ignore and new files

This commit is contained in:
2026-01-19 00:39:13 +01:00
parent 16aa6c206e
commit a415632552
3 changed files with 679 additions and 6 deletions

20
.gitignore vendored
View File

@@ -1,8 +1,16 @@
# Ignore all contents of these directories
/Data/
/attach/
/results/
/enarcelona/
# 1. Broad Ignores
/Data/*
/attach/*
/results/*
/enarcelona/*
.env
__pycache__/
*.pyc
# 2. Ignore virtual environments COMPLETELY
# This must come BEFORE the unignore rule
env*/
# 3. The "Unignore" rule (Whitelisting)
# We only unignore .py files that aren't already blocked by the rules above
!**/*.py