Files
MetaORM/.gitignore
Oleg Yurchik d387b49bd6
Some checks failed
docs / deploy (push) Has been cancelled
chore: move MkDocs build output from site/ to .site/
2026-08-17 14:28:09 +03:00

72 lines
687 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
.ruff_cache/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
*.sqlite3
*.db
.site/