summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b21e3adf70f201227b44a10752b7e5a41e77bef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# User-specific configuration
config.yaml
.env

# Client Development Artifacts
*/*_modules/
client/public

# Server Development Artifacts
.coverage
.cache
server/**/lib/
server/**/bin/
server/**/pyvenv.cfg
__pycache__/