Files
prj_mileage_draw/.gitignore
T
2026-05-01 08:34:32 +09:00

43 lines
328 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
# Virtual environment
venv/
.venv/
env/
.env
# Environment variables
.env
.env.*
# pytest
.pytest_cache/
.cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
.AppleDouble
# Logs
*.log
logs/
# Distribution / packaging
*.whl
*.tar.gz