fastapi_example/.gitignore
2025-03-05 13:16:56 +08:00

15 lines
138 B
Plaintext

# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
venv/
# due to using nox and pytest
.nox
.cache