mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
40 lines
357 B
Plaintext
40 lines
357 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
|
|
|
|
# Testing & tooling artifacts
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
systests/
|
|
|
|
# Build & distribution
|
|
dist/
|
|
build/
|
|
*.egg-info/
|