mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 14:28:13 -05:00
42 lines
372 B
Plaintext
42 lines
372 B
Plaintext
**/*.py[co]
|
|
*.git
|
|
*.github
|
|
docs/*
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
#Translations
|
|
*.mo
|
|
|
|
#Mr Developer
|
|
.mr.developer.cfg
|
|
|
|
# VIM
|
|
**/*.swp
|
|
|
|
**/.DS_Store
|
|
.fseventsd/*
|
|
.Spotlight-V100/*
|
|
.sass-cache/*
|
|
node_modules
|
|
venv
|
|
website/
|
|
docker-compose.*
|