skyeweave/.gitignore
Firq 941b4c5614
All checks were successful
/ pylint (push) Successful in 13s
/ mypy (push) Successful in 17s
gitignore
2024-10-11 01:14:14 +02:00

10 lines
94 B
Text

# Dev environment
*venv/
.vscode/
*out/
# python files
__pycache__/
*.egg-info/
.mypy_cache/