18 lines
183 B
Text
18 lines
183 B
Text
# python
|
|
*.pyc
|
|
*__pycache__
|
|
.pytest_cache
|
|
venv
|
|
# environment
|
|
.env
|
|
.env.*
|
|
!.env.testing
|
|
# npm
|
|
node_modules
|
|
package-lock.json
|
|
|
|
.vscode
|
|
**/*.DS_Store
|
|
|
|
# compiled assets
|
|
storage/compiled
|