# Default include patterns for filebundler
# Only files matching these patterns will be included in bundles

.filebundler/project-structure.md

src/
lib/
app/
apps/

*.py
*.js
*.ts
*.jsx
*.tsx
*.html
*.css
*.scss
*.sass
*.less
*.json
*.xml
*.yaml
*.yml
*.toml
*.ini
*.cfg
*.conf
*.config
*.md
*.txt
*.sh
*.bat
*.ps1
*.sql
*.graphql
*.gql
*.env*
.env.example

README*
CHANGELOG*
LICENSE*
CONTRIBUTING*
docs/
documentation/
examples/
tests/
test/
spec/
specs/

Dockerfile*
docker-compose*
.dockerignore
Makefile*
package.json
pyproject.toml
setup.py
requirements*.txt
Pipfile*
poetry.lock

.github/
.gitlab-ci.yml
.travis.yml
.circleci/
.jenkins/
azure-pipelines.yml

__init__.py
__main__.py
main.py
index.py
app.py
server.py
