Files
template-project/.gitignore
Elias Ahokas 235afe66b7 Initial commit
2026-06-16 22:37:46 +03:00

31 lines
229 B
Plaintext

.env
.env.local
*.key
*.pem
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
# IDE
.vscode/
*.log
logs/
build/