Files
FragmentAPI/.gitignore
T

29 lines
224 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
# Logs
logs/
*.log
# Environment variables
.env
# Test files
tests/
*.test.py
# System files
.DS_Store
Thumbs.db