__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/

.venv/
venv/
ENV/
env/

.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

.git/
.gitignore
.gitattributes

.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.hypothesis/
.ruff_cache/

flowsint-app/node_modules/
flowsint-app/dist/
flowsint-app/.vite/
flowsint-app/coverage/

.env
.env.*
!.env.example
*.local

*.log
logs/

docker-compose*.yml
Dockerfile.dev
Dockerfile.optimized
.dockerignore

.github/
.gitlab-ci.yml

*.md
!README.md
docs/

dist/
build/

*.bak
*.tmp
temp/
tmp/
Makefile
