Files
csc-checkin/.gitignore
2026-03-06 01:00:49 -05:00

57 lines
467 B
Plaintext

# Virtual Environment
csc-checkin.venv/
venv/
env/
ENV/
# 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
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment variables
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
# Logs
*.log
#Custom
backups/
exports/
Scripts/
pool_checkin.sqlite3
pyvenv.cfg