28 lines
507 B
Plaintext
28 lines
507 B
Plaintext
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Environment directories
|
|
venv/
|
|
env/
|
|
.env/
|
|
|
|
# IDE configurations
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs and data files
|
|
data/log.txt
|
|
data/data.json
|
|
|
|
# Allow script groups and their configurations
|
|
!backend/script_groups/
|
|
!backend/script_groups/*/
|
|
!backend/script_groups/*/*.py
|
|
!backend/script_groups/*/schema.json
|
|
!backend/script_groups/*/esquema.json
|
|
!backend/script_groups/*/description.json
|
|
|
|
# But ignore working directory configurations
|
|
backend/script_groups/*/work_dir.json
|