# Python artifacts
__pycache__/
*.py[cod]
*.so

# Packaging
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Lock and local tool cache
.uv-cache/

# Frontend
node_modules/
site_dist/
site/css/.tailwind.generated.css

# IDE
.vscode/
.idea/

# OS
.DS_Store


#test_file
test_file/


#fichier test
test.py
