mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 14:24:31 +00:00
27 lines
207 B
Plaintext
27 lines
207 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
cookies.json
|