| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- __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
|