Files
Crabstero/.gitignore
T
LogalDeveloper 3a93a56f88
CI / Formatting (push) Successful in 10s
CI / Linting (push) Successful in 10s
CI / Tests (push) Successful in 14s
CI / Type Checking (push) Successful in 20s
Modernized development tooling and added CI pipeline.
2026-02-18 13:47:06 -05:00

29 lines
304 B
Plaintext

# Version file (auto-generated by hatch-vcs)
crabstero/_version.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
.venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Runtime data
*.db
.env