33 lines
438 B
Plaintext
33 lines
438 B
Plaintext
# Python virtual environment
|
|
venv/
|
|
.venv/
|
|
venv_3.13/
|
|
env/
|
|
ENV/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# PyInstaller build artifacts
|
|
dist/
|
|
build/
|
|
*.spec
|
|
|
|
# IDE-specific files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local configuration file
|
|
# This file is generated by the application and contains user-specific secrets.
|
|
# It should not be committed to version control.
|
|
|
|
*.html
|
|
config.json
|
|
output_reports/ |