# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.codex


# IDE
.idea/
.vscode/

# DB
backend/postgres_data/

# Postgres database
postgres_data/

# testing
.artifacts/
ignore/**
ci_run_log
