Files
aivanov_database/omop/.gitignore
2026-03-05 01:20:15 +01:00

61 lines
453 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
# Logs
logs/
*.log
# Environment
.env
# Data
data/
*.csv
*.parquet
# Documentation
docs/_build/
# OS
.DS_Store
Thumbs.db