Files

38 lines
286 B
Plaintext
Raw Permalink Normal View History

# Git
.git/
.gitignore
# Python
__pycache__/
*.py[cod]
*.pyo
.mypy_cache/
.pytest_cache/
# IDE
.idea/
.cursor/
.vscode/
# Outputs
outputs/
output/
*.log
# Environment
.env
*.env
myenv/
# Tests
src/tests/
# Docs
docs/
*.md
# Data files (usually loaded from S3)
*.csv
*.xlsx
data/