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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/
uv.lock

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.*

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# OS files
.DS_Store

# Sensitive / internal documents (never publish to a repository)
cahier-des-charges-youcadb.md

# Secrets and credentials
*.pem
*.key
*.p12
.pgpass
.pg_service.conf
Thumbs.db

# youcadb runtime
.youcadb.toml
