Files
2026-05-31 09:29:20 +02:00

46 lines
440 B
Plaintext

# Secrets
.env
.env.*
!.env.example
# Python cache / bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Pipenv
Pipfile.lock
# Logs
*.log
cron.log
ics_importer.log
# Runtime data
imported_uids.txt
# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
# Editors / OS files
.vscode/
.idea/
.DS_Store
Thumbs.db