Files
2025-08-01 18:38:09 -04:00

43 lines
303 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/
# Testing
.coverage
.pytest_cache/
.hypothesis/
reports/
.nox/
.tox/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Docs
docs/_build/
site/
# Git
.git/
.gitignore
# CI
.forgejo/
# Other
.DS_Store
*.log