Files
cmi/.gitignore
2025-12-18 16:54:46 -05:00

25 lines
238 B
Plaintext

# Config files with credentials
config.ini
*.ini
!config.example.ini
# Report output
reports/
*.html
*.xlsx
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo