SR-ARPOD/.gitignore
2026-04-01 22:48:53 +08:00

19 lines
162 B
Plaintext

# Environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Project specifics
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.pytest_cache/