39 lines
291 B
Plaintext
Executable File
39 lines
291 B
Plaintext
Executable File
# Environment variables
|
|
.env
|
|
.envrc
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Output directories
|
|
output/
|
|
output_md/
|
|
output_cleaned/
|
|
formatted/
|
|
logs/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Backups
|
|
*.bak
|
|
*.backup
|