41 lines
489 B
Plaintext
41 lines
489 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
# also exclude nested __pycache__ directories
|
|
**/__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# exclude ruff cache
|
|
.ruff_cache/
|
|
|
|
# ignore test_data content but keep the folder
|
|
test_data/*
|
|
|
|
test/test_output/*
|
|
|
|
logs/*
|
|
|
|
|
|
# ignore secrets
|
|
secrets.yaml
|
|
|
|
# ignore PostgreSQL config (contains credentials)
|
|
config/postgres.yaml
|
|
|
|
# ignore db
|
|
alpinebits.db
|
|
|
|
# ignore sql
|
|
|
|
|
|
|
|
# test output files
|
|
test_output.txt
|
|
output.xml
|