https://github.com/aiidateam/aiida_core
Raw File
Tip revision: 9cf20d6244f14b7aa14be89daa178a01f6b0458f authored by Giovanni Pizzi on 23 May 2018, 21:44:45 UTC
Small changes to fix the bugs seen in the tutorial (#1573)
Tip revision: 9cf20d6
.gitignore
*.pyc
*~
*.swp
*.project
*.pydevproject
.settings
.DS_Store
*/.DS_Store
*/*/.DS_Store
*/*/*/.DS_Store
.metadata

/venv*/
/.idea/
*.egg-info
.eggs

# files created by coverage
*\,cover
coverage/
.cache
.coverage

# Files created by Jenkins tests
.jenkins-data/polish/polish_workchains/polish*
back to top