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

# C extensions
*.so

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

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/

# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
.hypothesis/
htmlcov/

# Ruff / mypy caches
.ruff_cache/
.mypy_cache/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Secrets and local configuration
.env
.env.*
!.env.example

# Internal specification (not distributed)
cahier-des-charges-youca-setup.md

# Youca Setup generated artifacts
backups/
filestore/
*.log
data/

# mkdocs / docs build
site/