child-psycho-companion/.gitignore

26 lines
176 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/
.env
# Test
.pytest_cache/
.coverage
htmlcov/
# IDE
.idea/
.vscode/
*.swp
# Build
*.egg-info/
dist/
build/
# OS
.DS_Store