Files
template-project/.gitignore
2026-06-16 22:45:06 +03:00

35 lines
256 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/
.aider*
!.aider.conf.yml