# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# Git files
.git
.gitignore

# Documentation
README.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
*.md

# Build artifacts
target/
*.swp
*.swo
*~

# IDE
.vscode/
.idea/
*.iml

# Deployment files (not needed in container)
deploy/
Procfile
docker-compose.yml
Dockerfile
.dockerignore

# Demo files
demo.gif
