Files
BH-TicketSystem/.gitignore
2024-06-19 14:05:07 +00:00

15 lines
178 B
Plaintext

/.vscode
/.devcontainer
/.github
/.cache
/build
/mbuild
/.clang-format
/test/data
# Ignore all .env files
**/.env
**/.env.*
# Ignore all __pycache__ directories
**/__pycache__/